home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / Pascal / Skel 3.0i / skel.p < prev    next >
Text File  |  1994-04-12  |  112b  |  12 lines

  1. (* body of Skel *)
  2.  
  3. program Skel;
  4.  
  5.     uses
  6.         Globals, Setup, NextEvent;
  7.  
  8. {main}
  9. begin
  10.     setup;
  11.     maineventloop;
  12. end.